home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_022 / lemacs / emacs.key < prev    next >
Text File  |  1992-05-06  |  4KB  |  87 lines

  1.         Default Key Bindings for MicroEmacs 3.6
  2.         =======================================
  3.  
  4.  ^A   Move to start of line           
  5.  ^B   Move backward by characters     ESC B   Backup by words
  6.  ^C   Insert space                    ESC C   Initial capitalize word
  7.  ^D   Forward delete                  ESC D   Delete forward word
  8.  ^E   Goto end of line                     
  9.  ^F   Move forward by characters      ESC F   Advance by words
  10.  ^G   Abort out of things             ESC G   Go to a line
  11.  ^H   Backward delete                 
  12.  ^I   Insert tab                     
  13.  ^J   Insert CR-LF, then indent                     
  14.  ^K   Kill forward                    ESC K   Bind Key to function
  15.  ^L   Refresh the screen              ESC L   Lower case word
  16.  ^M   Insert CR-LF                    ESC M   Set global mode
  17.  ^N   Move forward by lines           ESC N   Goto End paragraph
  18.  ^O   Open up a blank line            
  19.  ^P   Move backward by lines          ESC P   Goto Begining of paragraph
  20.  ^Q   Insert literal                  ESC Q   Fill current paragraph
  21.  ^R   Search backwards                ESC R   Search and replace
  22.  ^S   Search forward                  ESC S   Suspend editor (BSD4.2 only)
  23.  ^T   Transpose characters                     
  24.                                       ESC U   Upper case word
  25.  ^V   Move forward by pages           ESC V   Move backward by pages
  26.  ^W   Kill region                     ESC W   Copy region to kill buffer
  27.  ^Y   Yank back from killbuffer       ESC X   Execute named command
  28.  ^Z   Move backward by pages          ESC Z   Save file and exit
  29.  
  30.  ESC ^H   Delete backward word        ESC !   Reposition window
  31.  ESC ^K   Unbind Key from function    ESC <   Move to start of buffer
  32.  ESC ^L   Reposition window           ESC >   Move to end of buffer
  33.  ESC ^M   Delete global mode          ESC .   Set mark
  34.  ESC ^N   Rename current buffer       ESC space    Set mark
  35.  ESC ^R   Search & replace w/query    ESC rubout   Delete backward word
  36.  ESC ^V   Scroll next window down         rubout   Backward delete       
  37.  ESC ^W   Delete Paragraph
  38.  ESC ^Z   Scroll next window up
  39.  
  40.  ^X ?   Describe a key             ^X !   Run 1 command in a subjob
  41.  ^X =   Show the cursor position   ^X (   Begin macro
  42.  ^X ^   Enlarge display window     ^X )   End macro
  43.  ^X 1   Make current window only one
  44.  ^X 2   Split current window
  45.  
  46.  ^X ^B   Display buffer list       ^X B   Switch a window to a buffer
  47.  ^X ^C   Exit MicroEMACS           ^X C   Start a new command processer
  48.                                    ^X D   Suspend MicroEMACS (BSD4.2 only)
  49.                                    ^X E   Execute macro
  50.  ^X ^F   Find file names           ^X F   Set fill column
  51.  ^X ^I   Insert file
  52.                                    ^X K   Make a buffer go away
  53.  ^X ^L   Lower case region
  54.  ^X ^M   Delete Mode               ^X M   Set a mode
  55.  ^X ^N   Move window down          ^X N   Rename current filename
  56.  ^X ^O   Delete blank lines        ^X O   Move to the next window
  57.  ^X ^P   Move window up            ^X P   Move to the previous window
  58.  ^X ^R   Get a file from disk
  59.  ^X ^S   Save current file         ^X S   Save current file
  60.  ^X ^U   Upper case region
  61.  ^X ^V   View file
  62.  ^X ^W   Write a file to disk      ^X X   Use next buffer
  63.  ^X ^X   Swap "." and mark
  64.  ^X ^Z   Shrink window             ^X Z   Enlarge display window
  65.  
  66. Only under PCDOS:
  67.  <ALT>-S Hunt forward
  68.  <ALT>-R Hunt backward
  69.  
  70. Unbound commands:
  71. =================
  72. describe-bindings    pull the list of current bindings into a window
  73. execute-buffer        execute a buffer od command lines
  74. execute-command-line    execute a command line (n <command> <args>)
  75. execute-file        execute a file of command lines
  76. execute-named-command    execute a command by name (w/command completion)
  77. hunt-forward        find next occurance of search string
  78. hunt-backward        find last occurance of search string
  79.  
  80. Usable Modes
  81. ============
  82. WRAP     Lines going past right margin "wrap" to a new line
  83. VIEW     Read-Only mode where no modifications are allowed
  84. CMODE    Change behavior of some commands to work with C better
  85. EXACT    Exact case matching on search strings
  86. OVER     Overwrite typed characters instead of inserting them
  87.